Keras
Keras 3 is a multi-backend deep learning framework, with support for JAX, TensorFlow, and PyTorch. Effortlessly build and train models for computer vision, natural language processing, audio processing, timeseries forecasting, recommender systems, etc.
Resources
- Keras Applications - DL models that are made available alongside pre-trained weights. These models can be used for prediction, feature extraction, and fine-tuning
- Transfer Learning Guide: A Practical Tutorial With Examples for Images and Text in Keras
Books
Talks
Code
- #CODE Keras
- #CODE Keras-hub - library that supports natural language processing, computer vision, audio, and multimodal backbones and task models, working natively with TensorFlow, JAX, or PyTorch
- #CODE AutoKeras - Auto-Keras is an open source software library for automated machine learning (AutoML)
- #CODE Ktrain